送信

IRONCLAW BTC Node

@Ironclaw Labs

Bitcoin blockchain data server for AI agents — 17 tools (fees, mempool, transactions, address portfolio, trace, whales, SEC insider trades, web scraping, AI summarization, systems theory, game theory, capital flows, Reddit). x402 USDC micropayments on Base. No API keys needed.
概要

IRONCLAW Bitcoin Blockchain MCP Server

Real Bitcoin full node data for AI agents via MCP (Model Context Protocol).

17 tools — zero install, pay-per-call in USDC on Base mainnet.

Quick Start

{
  "mcpServers": {
    "btc-node": {
      "type": "sse",
      "url": "https://mcp.btcnode.uk/sse"
    }
  }
}

Tools

ToolDescriptionCost
btc_infoBlockchain info (height, difficulty)FREE
btc_feesFee rate estimatesFREE
btc_mempoolMempool statusFREE
btc_txTransaction lookup$0.001
btc_addrAddress portfolio (balance, UTXOs, history)$0.001
btc_traceTransaction flow tracing (2 hops)$0.001
btc_fees_predictFee rate prediction$0.001
btc_whalesLarge Bitcoin movement alerts (10K+ BTC)$0.001
sec_insiderSEC insider trades (Form 4/3/5)$0.001
web_scrapeURL to clean markdown$0.001
ai_summarizeAI text summarization$0.001
systems_theorySystems theory analysis (6 lenses)$0.001
game_theoryGame theory analysis$0.001
capital_flowsCapital flow tracing across markets$0.001
reddit_hotHot posts from any subreddit$0.001
reddit_searchSearch Reddit by keyword$0.001
reddit_trendingTrending topics on Reddit$0.001

Requirements

  • Node.js 18+
  • A wallet with USDC on Base mainnet (for paid tools)
  • Free tools require no wallet

Architecture

MCP Client (Claude Desktop, etc.)
        ▼  SSE (mcp.btcnode.uk/sse)
Bitcoin Full Node + LND
        ▼  x402 Protocol (USDC micropayments)
HTTP API (btcnode.uk)

Deployment

git clone https://github.com/cariohca-ux/x402-btc-node.git
cd x402-btc-node
npm install
cp .env.example .env
# Edit .env with your settings
node mcp-server.mjs

サーバー設定

{
  "mcpServers": {
    "ironclaw-btc-node": {
      "url": "https://mcp.btcnode.uk/sse"
    }
  }
}
- MCP Server